Deletes master forms from the full text search database.
public void Delete(IEnumerable<FullTextSearchItem> items)
items
Properties of the item(s) to be deleted. Must not be null.
This method loops through items and calls Delete(FullTextSearchItem) for each item.